System.Xml.Schema.KSStruct.KSStruct C# (CSharp) Method

KSStruct() public method

public KSStruct ( KeySequence ks, int dim ) : System
ks KeySequence
dim int
return System
        public KSStruct(KeySequence ks, int dim) {
            this.ks = ks;
            this.fields = new LocatedActiveAxis[dim];
        }
    }
KSStruct