チャンネルが追加されるNeuronインスタンスです..
Namespace:
ZundaFramework.Channels
Assembly:
ZundaFramework (in ZundaFramework.dll)
Syntax
Visual Basic |
---|
Protected ReadOnly Property SelfNeuron As Neuron
Get |
C# |
---|
protected Neuron SelfNeuron { get; } |
Visual C++ |
---|
protected:
property Neuron^ SelfNeuron {
Neuron^ get ();
} |
JavaScript |
---|
function get_selfNeuron();
|
See Also