Namespace: Org.BouncyCastle.Math.EC
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public abstract int FieldSize { get; }
Visual Basic
Public MustOverride ReadOnly Property FieldSize As Integer
	Get
Visual C++
public:
virtual property int FieldSize {
	int get () abstract;
}

See Also